projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23236f
)
Resurrect a comment lost in the previous commit.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 25 Oct 2001 21:08:32 +0000
(21:08 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 25 Oct 2001 21:08:32 +0000
(21:08 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 8d9ef248d017bf5234b8bcdc9c3e4b71d9c231a3..4883f31d427c5ac8ef9e017152cfa363bf5529fd 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-2079,6
+2079,7
@@
If FRAME is nil, describe the currently selected frame. */)
if (FRAME_LIVE_P (f))
{
+ /* Avoid consing in frequent cases. */
if (EQ (parameter, Qname))
value = f->name;
#ifdef HAVE_X_WINDOWS